[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether the list is a fixed size. This implementation always returns false.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
private bool IList.IsFixedSize{ get;} |
Visual Basic (Declaration) |
---|
Private ReadOnly Property System.Collections.IList.IsFixedSize As Boolean Implements IList.IsFixedSize |
Visual C++ |
---|
private: virtual property bool System.Collections.IList.IsFixedSize { bool get () sealed = IList::IsFixedSize::get; } |
Field Value
Alway false, indicating that the list is not fixed size.See Also
ListBase<(Of <T>)> Class
Wintellect.PowerCollections Namespace